Release Simulator Broker 0.1.0-alpha.8 - #56
Merged
Conversation
Why: - Ship the merged RR-14 Finder/About version metadata and the public tap hosted-CI contract as the next immutable Alpha. Changed: - Bump the current CLI, npm, app, security, and install surfaces to 0.1.0-alpha.8. - Move the tap-CI and Finder/About entries from Unreleased into the Alpha 8 changelog section. - Pin Formula and Cask to the exact retained Alpha 8 CLI and notarized app bytes. Verification: - npm run agent:verify -- --profile spec-only (task session alpha8-release-20260904) - npm run test:docs (52/52) - ./scripts/validate.sh - npm run test:install-smoke - npm run test:package-smoke - npm run verify:public-surface (262 files) - Distribution candidate: Developer ID signed, notarized (submission 8299867a-17e3-4aa6-8ba5-f509091b9f9e, Accepted), stapled, Gatekeeper Notarized Developer ID; bundle carries CFBundleShortVersionString/CFBundleVersion 0.1.0-alpha.8. Affected: - Release metadata, newcomer install guidance, package versions, Formula/Cask pins, and the Alpha changelog. Refs: - #53 - #55 Session: - task-sessions/alpha8-release-20260904 Co-authored-by: Cursor <cursoragent@cursor.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Alpha 8 ships the two changes merged since Alpha 7:
CFBundleShortVersionString/CFBundleVersionfrom the root package version, so Finder and About show the Alpha version; distribution packaging fails closed before signing when either key is missing or stale (#53).brew style/brew auditverification on PRs andmain(#55, tap #3, tap #4).This PR bumps the CLI/npm/app/security/install surfaces to
0.1.0-alpha.8, moves the changelog entries into the Alpha 8 section, and pins Formula/Cask to the exact retained Alpha 8 bytes.How you verified
npm run test:docs(52/52),./scripts/validate.sh,npm run test:install-smoke,npm run test:package-smoke,npm run verify:public-surface(262 files)agent:verify --profile spec-onlypassed in sessionalpha8-release-20260904Notarized Developer ID; bundle version keys read0.1.0-alpha.8Release plan after merge
Tag the merge commit
v0.1.0-alpha.8, attach the four retained assets (CLI tarball + sha256 + npm tgz + notarized app zip), verify redownloaded bytes, then sync the public tap.Notes
Codex Connector review is quota-blocked (operator-accepted); Bugbot is the reviewer of record for this release, same as the tap CI PRs.
Made with Cursor